home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / surf / banchoff.pov next >
Text File  |  1993-10-08  |  498b  |  32 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3.  
  4. camera {
  5.     location  <0, 10, -30>       
  6.     direction z*2
  7.     up y
  8.     right x*1.3333
  9.     look_at <0, 0, 0>
  10. }
  11.  
  12.  
  13. object { light_source { < 20, 50, -100> color White }}
  14.  
  15. object {
  16.    sphere {<0, 0, 0> 1200}
  17.    texture {
  18.       Apocalypse
  19.       scale <1000, 300, 1000>
  20.       finish{ ambient 1.0
  21.               diffuse 0.0
  22.       }
  23.    }
  24. }
  25. #include "c:\imlab\povray\util\banchoff.inc"
  26.  
  27. object {
  28.     Banchoff
  29.     scale 2.5
  30. }
  31.  
  32.